object VerInfoForm: TVerInfoForm Left = 52 Top = 193 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'BDE Version Information' ClientHeight = 327 ClientWidth = 404 HelpFile = 'dbexplr3.hlp' ParentFont = True Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object BtnOK: TButton Left = 240 Top = 296 Width = 75 Height = 25 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object StringGrid1: TStringGrid Left = 8 Top = 8 Width = 393 Height = 281 DefaultColWidth = 84 DefaultRowHeight = 18 FixedCols = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing] TabOrder = 1 ColWidths = ( 84 84 51 64 87) end object BtnHelp: TButton Left = 320 Top = 296 Width = 75 Height = 25 Caption = '&Help' TabOrder = 2 OnClick = BtnHelpClick end end